A Wrapper for the MaxMind Geo IP2 lookup
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| asJson ( ipAddress ) | String | Run the provided IP address through the MaxMind Geo IP Database and return the results as a JSON String | |
| asJsonObject ( ipAddress ) | JSONObject | Run the provided IP address through the MaxMind Geo IP Database and return the results as a JSON Object |
Hide comments